home *** CD-ROM | disk | FTP | other *** search
/ The Canadian & World Encyclopedia 1998 / The Canadian & World Encyclopedia 1998 - Disc 2.iso / mac / prime_CD / pb / PROFILE.DIR / 00154_Script_impressions transition script < prev    next >
Text File  |  1997-07-29  |  209b  |  9 lines

  1. on exitFrame
  2.   repeat with x = 16 to 31
  3.     set the visible of sprite x = FALSE
  4.   end repeat
  5.   set_puppets([26,29],false)
  6. --  set_puppets([26],true)
  7.   see_sprite([26],true)
  8.   see_sprite([29],false)
  9. end